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