/** * Copyright (c) Paymium. * * This source code is licensed under the MIT license found in the * LICENSE file in the root of this projects source tree. */ export declare const Sheet: import("react").ForwardRefExoticComponent<{ open?: boolean; defaultValue?: boolean; onOpenChange?: (_value: boolean) => void; offset?: number; } & { children?: import("react").ReactNode | undefined; } & Pick & import("react").RefAttributes> & { Trigger: import("react").ForwardRefExoticComponent>; Content: import("react").NamedExoticComponent & { containerStyle?: import("@crossed/styled").CrossedMethods; indicatorStyle?: import("@crossed/styled").CrossedMethods; } & import("react").RefAttributes>; ScrollView: import("react").NamedExoticComponent & { contentContainerStyle?: import("@crossed/styled").CrossedMethods; } & import("react").RefAttributes>; FlatList: import("react").NamedExoticComponent & { padded?: boolean; } & import("react").RefAttributes>; SectionList: import("react").NamedExoticComponent & { padded?: boolean; } & import("react").RefAttributes>; Padded: import("react").NamedExoticComponent<(import("../..").BoxProps & { fullHeight?: boolean; }) & import("react").RefAttributes>; }; //# sourceMappingURL=index.d.ts.map