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