import { SpaceBetweenProps } from './interfaces'; import { InternalBaseComponentProps } from '../internal/hooks/use-base-component'; declare type InternalSpaceBetweenProps = SpaceBetweenProps & InternalBaseComponentProps; export default function InternalSpaceBetween({ direction, size, children, __internalRootRef, ...props }: InternalSpaceBetweenProps): JSX.Element; export {}; //# sourceMappingURL=internal.d.ts.map