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