import type { ForwardRefExoticComponent, HTMLAttributes, RefAttributes } from 'react';
export interface Slot<Props = HTMLAttributes<HTMLElement>, Ref = HTMLElement> extends ForwardRefExoticComponent<Props & RefAttributes<Ref>> {
}
export declare const Slot: Slot;
//# sourceMappingURL=Slot.web.d.ts.map