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