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