import type { VoltraBaseProps } from '../baseProps'; export type HStackProps = VoltraBaseProps & { /** Spacing between children */ spacing?: number; /** Vertical alignment */ alignment?: 'top' | 'center' | 'bottom'; }; //# sourceMappingURL=HStack.d.ts.map