import { ElementType, HTMLHopeProps } from "../types"; export declare type SpacerProps = HTMLHopeProps; /** * A flexible flex spacer that expands along the major axis of its containing flex layout. * It renders a `div` by default, and takes up any available space. */ export declare function Spacer(props: SpacerProps): import("solid-js").JSX.Element; export declare namespace Spacer { var toString: () => string; } //# sourceMappingURL=spacer.d.ts.map