import { type PropsWithChildren } from 'react'; /** * Given a text, it will provide a refCallback to observe the size of a container element, to give the proper fontSize to the text * * @param text - value text * @param suffix - unit text * @param children - */ export declare const FontSizeProvider: ({ text, suffix, children, }: PropsWithChildren<{ text: string; suffix?: string; }>) => import("react").JSX.Element; //# sourceMappingURL=font-size.provider.d.ts.map