import * as React from 'react'; interface SVGRProps { title?: string; titleId?: string; } declare function SvgSpreadsheet({ title, titleId, ...props }: React.SVGProps & SVGRProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element; export default SvgSpreadsheet;