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