import { type ForwardRefExoticComponent, type Component, type RefAttributes } from 'react'; import { type ViewProps } from 'react-native'; export interface Slot> extends ForwardRefExoticComponent> { } export declare const Slot: Slot; //# sourceMappingURL=Slot.d.ts.map