export function share({ t }: {
    t: any;
}): {
    name: string;
    icon: typeof Share;
    label: any;
    Component: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
    action: () => void;
};
import { Share } from '@linagora/twake-icons';
