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