export declare enum NavigationRowVariantType {
    DEFAULT = "DEFAULT"
}
export declare enum NavigationRowSizeType {
    SMALL = "SMALL"
}
