import React from 'react'; type FileSignatureProps = React.SVGProps & { width?: number; height?: number; fill?: string; }; export declare const FileSignature: ({ width, height, fill, ...props }: FileSignatureProps) => import("react/jsx-runtime").JSX.Element; export default FileSignature; //# sourceMappingURL=FileSignature.d.ts.map