export declare type Option = { name: string; label?: string; sticky?: boolean; icon?: string; iconPosition?: string; action?: any; };