import { IReadOnlyStyle } from "./interfaces"; export declare const ReadOnlyWrapperStyle: import("styled-components").StyledComponent<"div", any, IReadOnlyStyle, never>; export declare const ReadOnlyPrefixStyle: import("styled-components").StyledComponent<"div", any, IReadOnlyStyle, never>; export declare const ReadOnlyContentStyle: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ReadOnlyContentTitleStyle: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ReadOnlyPlaceholderStyle: import("styled-components").StyledComponent<"div", any, IReadOnlyStyle, never>; export declare const ReadOnlyValueStyle: import("styled-components").StyledComponent<"div", any, IReadOnlyStyle, never>; export declare const ReadOnlyDescriptionStyle: import("styled-components").StyledComponent<"div", any, IReadOnlyStyle, never>;