import React from 'react'; type AnyEvent = { defaultPrevented?: boolean; }; type EventHandler = (event: EventType) => void; export declare function composeEventHandlers(childHandler?: EventHandler, slotHandler?: EventHandler): EventHandler; export type SlotProps = React.HTMLAttributes & { children: React.ReactElement; }; export declare const Slot: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=slot.d.ts.map