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