import { Nullable } from 'tsdef'; import { ChonkyIconName } from '../types/icons.types'; export declare const useFileActionTrigger: (fileActionId: string) => () => any; export declare const useFileActionProps: (fileActionId: string) => { icon: Nullable; active: boolean; disabled: boolean; };