/// <reference types="react" />
import { React } from '../../common';
export interface IMainProps {
    children?: React.ReactNode;
}
export declare const Main: (props: IMainProps) => JSX.Element;
