import { default as React } from 'react'; export type SlotComponentProps = React.HTMLAttributes & { children: React.ReactElement | false | null; }; export declare const SlotComponent: React.ForwardRefExoticComponent & { children: React.ReactElement | false | null; } & React.RefAttributes>;