interface PropsType { email: string; handleClick: () => void; btnStyle?: { textColor?: string; bgColor?: string; }; } declare const _default: import('react').NamedExoticComponent; export default _default;