declare const _default: ({ title, children, ...props }: {
    title: any;
    children: any;
}) => any;
export default _default;
