import { StackProps } from './types'; declare const StackBasic: ({ children, ...props }: StackProps) => import("react/jsx-runtime").JSX.Element; export default StackBasic;