import { type FlexProps } from '../Flex'; export interface MainProps extends FlexProps { } export declare function Main(props: MainProps): any;