import * as React from "react"; import type { IconButtonProps } from "../../Button/index.js"; type ListItemActionProps = IconButtonProps; declare const ListItemAction: ((props: ListItemActionProps) => React.JSX.Element) & { original: (props: ListItemActionProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: ((props: ListItemActionProps) => React.JSX.Element) & { original: (props: ListItemActionProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<((props: ListItemActionProps) => React.JSX.Element) & { original: (props: ListItemActionProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; } & { Separator: ((props: import("./ListItemSeparator.js").ListItemSeparatorProps) => React.JSX.Element) & { original: (props: import("./ListItemSeparator.js").ListItemSeparatorProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: ((props: import("./ListItemSeparator.js").ListItemSeparatorProps) => React.JSX.Element) & { original: (props: import("./ListItemSeparator.js").ListItemSeparatorProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<((props: import("./ListItemSeparator.js").ListItemSeparatorProps) => React.JSX.Element) & { original: (props: import("./ListItemSeparator.js").ListItemSeparatorProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; }; export { ListItemAction, type ListItemActionProps };