import * as React from 'react';
import { BoxExtendedProps } from '../Box/index';

declare const Main: React.FC<BoxExtendedProps>;

export { Main };
