/** * 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 { type View, type PressableProps } from 'react-native'; import { type SlotProps } from '../../Slot'; import { RefAttributes } from 'react'; import { CrossedMethods } from '@crossed/styled'; export type FloatingTriggerProps = Omit, 'Comp' | 'style'> & { /** * Crossed style */ style?: CrossedMethods; }; export declare const FloatingTrigger: import("react").NamedExoticComponent, "style" | "Comp"> & { /** * Crossed style */ style?: CrossedMethods; } & RefAttributes>; //# sourceMappingURL=Trigger.d.ts.map