/**
 * Enum defining types of @see PivotTabComponent
 */
export declare enum PivotTabType {
    Routed = 0,
    Static = 1
}
