import type { Edge, Side } from '../internal-types'; export declare const mainAxisSideLookup: { [Key in Edge]: Side; };