import { GetStylesApi } from '@mantine/core';
import { type RowLayoutFactory } from './RowLayout.js';
interface RowLayoutContextType {
    getStyles: GetStylesApi<RowLayoutFactory>;
}
export declare const RowLayoutProvider: ({ children, value }: {
    value: RowLayoutContextType;
    children: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element, useRowLayout: () => RowLayoutContextType;
export {};
//# sourceMappingURL=RowLayoutContext.d.ts.map