export interface AuthPageCustomComponents { customHeader?: any; customDivider?: any; footer?: any; customTopBar?: any; icons?: { iconWidth?: string; googleIcon?: any; githubIcon?: any; facebookIcon?: any; microsoftIcon?: any; slackIcon?: any; appleIcon?: any; linkedinIcon?: any; }; content?: { googleText?: string; githubText?: string; facebookText?: string; microsoftText?: string; slackText?: string; appleText?: string; linkedinText?: string; }; }