declare const filter_square: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default filter_square;