import { type StyledProps } from "./Styled"; /** * moaui Styled Stack (wrapper) * * @param props - children, direction * @example * * {children} * * @returns React.ReactElement */ declare const Stack: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; declare const SampleProps: {}; export default Stack; export { type StyledProps as StackProps, SampleProps as StackSample, }; //# sourceMappingURL=index.d.ts.map