export declare enum FaqCategory {
    FINANCE = "FINANCE",
    SELL_CAR = "SELL_CAR",
    BUY_CAR = "BUY_CAR",
    HOME_PAGE = "HOME_PAGE"
}
