import type { SharedHProps } from './H';
declare const H6: ({ size, ...props }: SharedHProps) => import("react/jsx-runtime").JSX.Element;
export default H6;
