/**

*/
/// <reference types="react" />
declare const AuthTemplate: ({ message, children, }: {
    message?: string;
    children: any;
}) => JSX.Element;
export default AuthTemplate;
