import { default as React } from 'react';
interface IdentifierMastheadProps {
    className?: string;
    children?: React.ReactNode;
}
export declare const IdentifierMasthead: ({ className, children, ...sectionProps }: IdentifierMastheadProps & JSX.IntrinsicElements['section']) => React.ReactElement;
export default IdentifierMasthead;
