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