/** * Convenience styled `div` that applies {@link clickableRowStyles}. Use this * for brand-new clickable rows that do not need a custom layout primitive. * Existing rows should compose the mixin directly into their own styled root. */ export declare const ClickableRow: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { $disabled?: boolean; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>;