import { Space } from '../../types/space.js'; export type VerticalSpaceProps = { space: VerticalSpaceSpace; }; export type VerticalSpaceSpace = Space; export declare const VerticalSpace: import("preact").FunctionalComponent, "ref"> & { ref?: import("preact").Ref | undefined; }>; //# sourceMappingURL=vertical-space.d.ts.map