export const Flex: import("@emotion/utils").SerializedStyles; export const Item: import("@emotion/utils").SerializedStyles; export const block: import("@emotion/utils").SerializedStyles; /** * Workaround to optimize DOM rendering. * We'll enhance alignment with naive parent flex assumptions. * * Trade-off: * Far less DOM less. However, UI rendering is not as reliable. */ /** * Improves stability of width/height rendering. * https://github.com/ItsJonQ/g2/pull/149 */ export const ItemsColumn: import("@emotion/utils").SerializedStyles; export const ItemsRow: import("@emotion/utils").SerializedStyles; //# sourceMappingURL=styles.d.ts.map