///
export interface LoginMainBodyProps extends React.HTMLProps {
/** Content rendered inside the login main body */
children?: React.ReactNode;
/** Additional classes added to the login main body */
className?: string;
}
export declare const LoginMainBody: React.FunctionComponent;
//# sourceMappingURL=LoginMainBody.d.ts.map