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