type AuthHeaderProps = { title: string; message: string; }; export declare function AuthHeader({ title, message }: AuthHeaderProps): import("react").JSX.Element; export {}; //# sourceMappingURL=SignInAuthHeader.d.ts.map