/// export declare function isSlottable(child: React.ReactNode): child is React.ReactElement; export declare const Slottable: ({ children }: { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element;