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