import type React from 'react'; export interface UtopiaComponentProps { 'data-uid'?: string; 'data-label'?: string; style?: React.CSSProperties; } export declare function addEventHandlersToDivProps(props: React.DetailedHTMLProps, HTMLDivElement>): React.DetailedHTMLProps, HTMLDivElement>;