import { type PreviewButtonServices } from '../services';
declare const getService: <TName extends "config">(name: TName) => PreviewButtonServices[TName];
export default getService;
