export declare const useFontSizeStore: import('pinia').StoreDefinition<"fontSize", Pick<{ fontSizeMode: import('vue').Ref; fontSizeOptions: Record; setFontSize: (mode: string) => void; getFontSize: () => string; }, "fontSizeMode" | "fontSizeOptions">, Pick<{ fontSizeMode: import('vue').Ref; fontSizeOptions: Record; setFontSize: (mode: string) => void; getFontSize: () => string; }, never>, Pick<{ fontSizeMode: import('vue').Ref; fontSizeOptions: Record; setFontSize: (mode: string) => void; getFontSize: () => string; }, "setFontSize" | "getFontSize">>;