import UiuxConfig from "../IconsConstants";
import { HTMLComponent } from "../HtmlComponent";
export declare class ArrowComponent extends HTMLComponent {
    arrowStyle: UiuxConfig;
    constructor(ParenComponent: HTMLComponent, arrowStyle: UiuxConfig);
    render(): this;
}
