import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const RemoveRowBottomIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link RemoveRowBottomIcon} instead.
 */
export declare const RemoveRowBottom: typeof RemoveRowBottomIcon;
export default RemoveRowBottomIcon;
