import { FlexProps } from "../.."; export interface CenterProps extends Omit { } export declare const Center: import("@builder.io/qwik").Component;