import { IReadOnlyDescription } from "../interfaces"; declare const ReadOnlyDescription: { ({ type, text }: IReadOnlyDescription): JSX.Element; defaultProps: { type: string; }; }; export default ReadOnlyDescription;