import { SVGProps } from 'react';

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

export { Pascal as default };
