import { FunctionComponent } from 'preact';
import { IStackProps } from '../../types';
declare const HStack: FunctionComponent<Omit<IStackProps, 'direction'>>;
export default HStack;
//# sourceMappingURL=HStack.d.ts.map