import { SVGProps } from 'react';

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

export { Xpa as default };
