import { Heading as HeadingBase } from 'components'; import { StyleSystemThemedProps } from 'components/layout'; import { Knowledge } from 'icons'; export const Heading: React.FC = ({ ...props }) => { return } {...props} />; }; type HeadingType = StyleSystemThemedProps & {};