declare const sizeHeadingProps: readonly ["h6", "h5", "h4", "h3", "h2", "h1"]; type SizeHeadingProps = (typeof sizeHeadingProps)[number]; export { sizeHeadingProps }; export type { SizeHeadingProps };