export default interface ControlOptions { show?: boolean; position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left'; }