export function frame({ height, width }: { height: import('create-emotion').ObjectInterpolation['height']; width: import('create-emotion').ObjectInterpolation['width']; }): string; export namespace frame { function width(width: string | number | string[] | import("react").ReactText[] | undefined): string; function height(height: string | number | string[] | import("react").ReactText[] | undefined): string; } //# sourceMappingURL=dimensions.d.ts.map