/** * 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. */ import { AnimatedProps } from 'react-native-reanimated'; import { View, ViewProps } from 'react-native'; import { RefAttributes } from 'react'; import { CrossedMethods } from '@crossed/styled'; export type FloatingVisibilityHiddenProps = Partial, 'style'>> & { /** * Crossed style */ style?: CrossedMethods; /** * Animated view style */ animatedStyle?: AnimatedProps['style']; }; export declare const FloatingVisibilityHidden: import("react").NamedExoticComponent, "style">> & { /** * Crossed style */ style?: CrossedMethods; /** * Animated view style */ animatedStyle?: AnimatedProps["style"]; } & RefAttributes>; //# sourceMappingURL=VisibilityHidden.d.ts.map