import { IDropdownOption } from '../interfaces/Components'; export declare const BORDER_STYLE: IDropdownOption[]; export declare const VERTICAL_POSITION_STYLE: IDropdownOption[]; export declare const HORIZENTAL_POSITION_STYLE: IDropdownOption[];