import React from 'react'; export declare function Slottable({ children }: React.PropsWithChildren): import("react/jsx-runtime").JSX.Element; export declare function isSlottable(child: React.ReactNode): child is React.ReactElement; //# sourceMappingURL=Slottable.d.ts.map