4 lines
145 B

export default function _default({ children, ...props }: {
[x: string]: any;
children: any;
}): import("react/jsx-runtime").JSX.Element;