type Props = { title: string | undefined; onPress?: () => void; backgroundColor?: string | undefined; textColor?: string | undefined; }; declare const Button: (props: Props) => import("react/jsx-runtime").JSX.Element; export default Button; //# sourceMappingURL=Button.d.ts.map