import { IgxToolActionComponent } from "./igx-tool-action-component"; import { ToolActionSeparator } from "./ToolActionSeparator"; import * as i0 from "@angular/core"; export declare class IgxToolActionSeparatorComponent extends IgxToolActionComponent { protected createImplementation(): ToolActionSeparator; /** * @hidden */ get i(): ToolActionSeparator; ngAfterContentInit(): void; constructor(); /** * Gets or sets the size of the separator. */ get size(): number; set size(v: number); static ngAcceptInputType_size: number | string; /** * Gets or sets whether to use group header styling or regular styling on this separator. */ get isGroupHeaderSeparator(): boolean; set isGroupHeaderSeparator(v: boolean); static ngAcceptInputType_isGroupHeaderSeparator: boolean | string; exportVisualData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }