import * as React from 'react'; import { Creatable } from '../generic'; import { HeaderSubheaderProps } from './HeaderSubheader.types'; declare const HeaderSubheader: Creatable< React.FunctionComponent >; export default HeaderSubheader;