declare type AppRegisterViewProps = any; export declare const largeButtonStyles: string; export declare const loginRedirectStyles: string; export declare const labelStyle: string; declare const AppRegisterView: (props: AppRegisterViewProps) => any; export default AppRegisterView;