/// export declare function useSlotProps(props: Record, defaultSlot: any): Record; export declare function SlotProvider(props: any): JSX.Element; export declare function ClearSlots(props: any): JSX.Element;