import type { IconProps } from "./types"; export declare const AssignmentIcon: (props: IconProps) => JSX.Element;