export declare enum DividerType {
    primary = "primary",
    secondary = "secondary"
}
