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