import { FoldableAction } from '../../utils/FoldableAction'; export declare class PidActions { actions: FoldableAction[]; actionsId?: string; darkMode: 'light' | 'dark' | 'system'; render(): any; }