export declare class NbActionComponent {
    disabledValue: boolean;
    icon: string;
    disabled: boolean;
    badgeText: string;
    badgeStatus: string;
    badgePosition: string;
}
export declare class NbActionsComponent {
    static readonly SIZE_SMALL = "small";
    static readonly SIZE_MEDIUM = "medium";
    static readonly SIZE_LARGE = "large";
    private sizeValue;
    inverseValue: boolean;
    readonly small: boolean;
    readonly medium: boolean;
    readonly large: boolean;
    fullWidthValue: boolean;
    size: string;
    inverse: boolean;
    fullWidth: boolean;
}
