/** Meta information about the package. */
export declare const meta: {
    /** The exact version of `@itwin/itwinui-react`. */
    version: string;
    /** The current module format (i.e. "ESM" vs "CJS"). */
    module: "ESM" | "CJS";
};
