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