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