import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const PanelRightIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { PanelRightIcon, PanelRightIcon as default };
//# sourceMappingURL=PanelRight.d.ts.map