import * as React from "react"; interface SVGRProps { title?: string; titleId?: string; } declare function SvgContentQueuedFlat({ title, titleId, ...props }: React.SVGProps & SVGRProps): JSX.Element; declare const MemoSvgContentQueuedFlat: React.MemoExoticComponent; export default MemoSvgContentQueuedFlat; //# sourceMappingURL=ContentQueuedFlat.d.ts.map