import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class OverlayStyle extends BaseStyle {
    name: string;
    theme: ({ dt }: {
        dt: any;
    }) => string;
    static ɵfac: i0.ɵɵFactoryDeclaration<OverlayStyle, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<OverlayStyle>;
}
