export declare const CONSTANT: {
    PADDING_AT_START: boolean;
    DEFAULT_CLASS_NAME: string;
    DEFAULT_LIST_CLASS_NAME: string;
    SELECTED_LIST_CLASS_NAME: string;
    ACTIVE_ITEM_CLASS_NAME: string;
    DISABLED_ITEM_CLASS_NAME: string;
    SUBMENU_ITEM_CLASS_NAME: string;
    HAS_SUBMENU_ITEM_CLASS_NAME: string;
    DEFAULT_SELECTED_FONT_COLOR: string;
    DEFAULT_LIST_BACKGROUND_COLOR: string;
    DEFAULT_LIST_FONT_COLOR: string;
    DEFAULT_HREF_TARGET_TYPE: string;
    ERROR_MESSAGE: string;
    POSSIBLE: string;
    YES: string;
    NO: string;
};
//# sourceMappingURL=constants.d.ts.map