import type { SVGProps } from "react"; export interface PulseSquareIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function PulseSquareIcon({ className, size, color, ...props }: PulseSquareIconProps): import("react").JSX.Element; //# sourceMappingURL=pulse-square-icon.d.ts.map