import type { BaseBlockModel } from '@revesuite/store'; import type { AffineTextAttributes } from '../../__internal__/rich-text/virgo/types.js'; import type { ActionProps } from './const.js'; export declare const formatConfig: { id: string; name: string; icon: import("lit").TemplateResult<1>; hotkey: string; activeWhen: (format: AffineTextAttributes) => boolean; showWhen: (models: BaseBlockModel[]) => boolean; action: ({ page }: ActionProps) => void; }[]; //# sourceMappingURL=format-config.d.ts.map