import { ViewStyle } from 'react-native'; interface ButtonProps { title: string; onPress: () => void; variant?: 'primary' | 'secondary'; style?: ViewStyle; } export declare function Button({ title, onPress, variant, style }: ButtonProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Button.d.ts.map