import { SVGProps } from 'react';

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

export { Amber as default };
