import { get } from '@vitus-labs/core';
type GetContainerWidth = (props?: Record<string, unknown> | unknown, theme?: Record<string, unknown> | unknown) => ReturnType<typeof get>;
export declare const getContainerWidth: GetContainerWidth;
export {};
//# sourceMappingURL=utils.d.ts.map