import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const CandlestickChartIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default CandlestickChartIcon;
