import { type MantineTheme } from '@mantine/core';
export declare const readOnlyInputStyles: (theme: MantineTheme) => {
    wrapper: {
        '--input-bd': string;
        '--input-bg': string;
        '--input-color': string;
        '--input-placeholder-color': string;
    };
    label: {
        '--input-asterisk-color': string;
    };
    input: {
        cursor: string;
    };
};
//# sourceMappingURL=ReadOnlyInputStyles.d.ts.map