import { CornerPosition } from '../../services/SettingsV2/Core/interfaces';
export declare const getCornerPosition: (pos: string) => CornerPosition;
