import type { IconProps } from "@tamagui/helpers-icon"; type IconComponent = (propsIn: IconProps) => JSX.Element; export declare const SquarePilcrow: IconComponent; export {};