import React from "react"; declare type Props = { color?: string; backgroundColor?: string; size?: number; onClick?: () => void; }; export declare const BaseButton: React.FC; export {};