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