import { IconProps } from '../Icon'; declare function SvgSubject(props: IconProps): JSX.Element; export default SvgSubject;