export type EntityViewMaskEditorProps = {
    value: number;
    onChange: (mask: number) => void;
    disabled?: boolean;
};
export declare function isMaskSupportedInUI(value: number): boolean;
export default function EntityViewMaskEditor(props: EntityViewMaskEditorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=EntityViewMaskEditor.d.ts.map