/** * @example * lt -> ['l', 't'] * left-top -> ['l', 't'] * inner -> i */ export declare function parsePosition(position: string): string[];