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