///
export interface MastheadMainProps extends React.DetailedHTMLProps, HTMLDivElement> {
/** Content rendered inside of the masthead main block. */
children?: React.ReactNode;
/** Additional classes added to the masthead main. */
className?: string;
}
export declare const MastheadMain: React.FunctionComponent;
//# sourceMappingURL=MastheadMain.d.ts.map