export const ListItemAction: React.ComponentType; export function listItemActionBuilder({ title, prefixIcon, onClick, id, disabled, skin, size, dataHook, as, tabIndex, autoFocus, className, ellipsis, subtitle, suffix, ...rest }: { [x: string]: any; title: any; prefixIcon: any; onClick: any; id: any; disabled: any; skin: any; size: any; dataHook: any; as: any; tabIndex: any; autoFocus: any; className: any; ellipsis: any; subtitle: any; suffix: any; }): { id: any; disabled: any; overrideOptionStyle: boolean; value: ({ hovered }: { hovered: any; }) => React.JSX.Element; }; import React from 'react'; //# sourceMappingURL=ListItemAction.d.ts.map