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