import '@equinor/fusion-wc-icon'; type OwnerOptionsProps = { onEditClick: () => void; onDeleteClick: () => void; handleSharingClick: (share: boolean) => void; isShared: boolean; }; export declare const OwnerOptions: ({ handleSharingClick, isShared, onDeleteClick, onEditClick, }: OwnerOptionsProps) => JSX.Element; export default OwnerOptions;