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