import React from 'react'; export declare const InviteRequiredScreen: () => React.JSX.Element; declare const defaultStyles: (theme: import("../components/BrandConfigProvider").Theme) => readonly ["InviteRequiredScreen", import("../components/BrandConfigProvider/styles/createStyles").NamedStyles<{ containerView: { flex: number; justifyContent: "center"; alignItems: "center"; backgroundColor: string; }; messageContainer: { marginHorizontal: number; }; invitationLabel: { textAlign: "center"; }; oAuthLogout: { style: any; content: any; label: any; }; textOverrides: { message: string; button: string; }; }>]; declare module './../components/BrandConfigProvider/styles/types' { interface ComponentStyles extends ComponentNamedStyles { } } export type InviteRequiredScreenStyles = NamedStylesProp; export {};