import { ElementType, HTMLHopeProps } from "../types";
export declare type CenterProps = HTMLHopeProps;
/**
* Center is a layout component that centers its child within itself.
*/
export declare function Center(props: CenterProps): import("solid-js").JSX.Element;
export declare namespace Center {
var toString: () => string;
}
//# sourceMappingURL=center.d.ts.map