import type { SVGProps } from "react";
import type { IconProps } from "../types.js";
declare const IconPanelSplitHorizontal: {
    (props: IconProps & SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
    iconName: string;
};
export default IconPanelSplitHorizontal;
