import { IconProps } from '../lib';
declare function PuzzlePiece(props: IconProps): JSX.Element;
export default PuzzlePiece;
