declare const CLASS_PREFIX = "md-navigation-tab";
declare const DEFAULTS: {
    SIZE: number;
    COUNT: number;
    ACTIVE: boolean;
};
declare const SIZES: {
    40: number;
    48: number;
    200: number;
};
declare const STYLE: {
    wrapper: string;
    icon: string;
    label: string;
    count: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE, SIZES };
