import { VStackProps } from './types'; export const VStack = (props: VStackProps) => null;