import React from 'react'; import type { OldHStackProps } from './converter.old'; export type { VerticalAlignment } from './converter.old'; export type HStackProps = OldHStackProps; export declare const HStack: import("@emotion/styled").StyledComponent, HTMLDivElement>, "ref"> & { as?: React.ElementType | undefined; } & React.RefAttributes & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>;