export declare const getComponentAuth: (args?: any) => void; export default getComponentAuth; export declare const getComponentAuthAsync: (args?: any) => Promise;