import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class SelectButtonStyle extends BaseStyle {
    name: string;
    theme: ({ dt }: {
        dt: any;
    }) => string;
    classes: {
        root: ({ props }: {
            props: any;
        }) => (string | {
            'p-invalid': any;
        })[];
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<SelectButtonStyle, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<SelectButtonStyle>;
}
/**
 *
 * SelectButton is used to choose single or multiple items from a list using buttons.
 *
 * [Live Demo](https://www.primeng.org/selectbutton/)
 *
 * @module selectbuttonstyle
 *
 */
export declare enum SelectButtonClasses {
    /**
     * Class name of the root element
     */
    root = "p-selectbutton"
}
export interface SelectButtonStyle extends BaseStyle {
}
