/** * 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 { FloatingTrigger, type FloatingTriggerProps } from './Trigger'; export { FloatingContent, type FloatingContentProps } from './Content'; export { FloatingOverlay, type FloatingOverlayProps } from './Overlay'; export { type FloatingProps, type FloatingRef } from './Root'; export { FloatingPortal, type FloatingPortalProps } from './Portal'; export { useFloatingConfig, useFloatingContext } from './context'; export declare const Floating: import("react").NamedExoticComponent<{ children?: import("react").ReactNode | undefined; } & { closeOverlayPress?: boolean; removeScroll?: boolean; wait?: number; defaultValue?: boolean; value?: boolean; onChange?: (_p: boolean) => void; portal?: boolean; } & Partial> & import("react").RefAttributes> & { Trigger: import("react").NamedExoticComponent, "style" | "Comp"> & { style?: import("@crossed/styled").CrossedMethods; } & import("react").RefAttributes>; Content: import("react").NamedExoticComponent>, "children" | "style"> & { style?: import("@crossed/styled").CrossedMethods; animatedStyle?: import("react-native-reanimated").AnimatedProps["style"]; children?: import("react").ReactNode; } & import("react").RefAttributes>; VisibilityHidden: import("react").NamedExoticComponent, "style">> & { style?: import("@crossed/styled").CrossedMethods; animatedStyle?: import("react-native-reanimated").AnimatedProps["style"]; } & import("react").RefAttributes>; Portal: import("react").NamedExoticComponent; Overlay: import("react").MemoExoticComponent<({ style, animatedProps }: import("./Overlay").FloatingOverlayProps) => import("react/jsx-runtime").JSX.Element>; }; //# sourceMappingURL=index.d.ts.map