import * as i0 from "@angular/core";
import * as i1 from "@skyux/theme";
/**
 * Displays a chevron icon.
 * @internal
 */
export declare class SkyExpansionIndicatorComponent {
    /**
     * The direction that the chevron points, which can be up or down.
     */
    set direction(value: string | undefined);
    directionOrDefault: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<SkyExpansionIndicatorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SkyExpansionIndicatorComponent, "sky-expansion-indicator", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, never, false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
}
