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