import { SVGProps } from 'react';

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

export { Velas as default };
