import { TextBaseProps } from '../base/textBase'; /** * Props for H5. * Extends TextBaseProps except component. * * @category Typography */ export type H5Props = Omit; /** * H5 semantic heading. * Renders native h5 element with default titleMedium font. * * @function * @param props - Typography props. * * @category Typography */ export declare const H5: import('react').ForwardRefExoticComponent>;