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