declare function popupStyle(data: Record<string, any>): string;
declare const innerDefault: {
  popupStyle: typeof popupStyle;
};
export default innerDefault;
