declare const CLASS_PREFIX = "md-divider-dot";
declare const DEFAULTS: {
    SIZE: "small";
};
declare const STYLE: {
    wrapper: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
