import { SVGProps } from 'react'; declare const Parsiq: (props: SVGProps) => JSX.Element; export { Parsiq as default };