import { SVGProps } from 'react';

declare const Cindicator: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Cindicator as default };
