Version: 1.0.01.0.1
interface Props {
children: Function;
props: Record<string, any> | string;
theme: Record<string, any>;
}
declare const _default: ({ children, props, theme }: Props) => any;
export default _default;