import { toggleConfig, valueConfig } from "./ng-toggle.component";
import * as i0 from "@angular/core";
export declare class NgToggleConfig {
    value?: any;
    name?: string;
    disabled?: boolean;
    height?: number;
    width?: number;
    margin?: number;
    fontSize?: number;
    speed?: number;
    color?: string | toggleConfig;
    switchColor?: string | toggleConfig;
    labels?: boolean | toggleConfig;
    values?: valueConfig;
    fontColor?: string | toggleConfig;
    textAlign?: string | toggleConfig;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgToggleConfig, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NgToggleConfig>;
}
