import { type MainIconButtonProps } from '../MainIconButton'; type UseLogicParam = MainIconButtonProps; export declare const useLogic: ({ action }: UseLogicParam) => { tooltipProps: { title: string; open: boolean; onOpen: () => void; onClose: () => void; }; }; export {};