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