import { BoxProps, ElementProps } from '@mantine/core';
export interface RichTextEditorSourceCodeControlProps extends BoxProps, ElementProps<'button'> {
}
export declare const RichTextEditorSourceCodeControl: import("react").ForwardRefExoticComponent<RichTextEditorSourceCodeControlProps & import("react").RefAttributes<HTMLButtonElement>>;
