/**
 * @param {import('./types').HStackAlignment | import('react').CSSProperties[ 'alignItems' ]} alignment Where to align.
 * @param {import('../../flex/types').FlexDirection} [direction='row'] Direction to align.
 * @return {import('./types').AlignmentProps} Alignment props.
 */
export function getAlignmentProps(alignment: import('./types').HStackAlignment | import('react').CSSProperties['alignItems'], direction?: import('../../flex/types').FlexDirection): import('./types').AlignmentProps;
//# sourceMappingURL=utils.d.ts.map