import { StyledComponent } from "../StyledComponent"; import { PropsOf } from "../../../Utils"; import { Button } from "react-native"; export declare const StyledButton: StyledComponent>; export declare type StyledButtonProps = PropsOf; export default StyledButton;