/// import { FTLJsonLoggerProps } from "../../"; export declare const FTLJsonLogger: ({ label, value, style, backgroundColor, ...typographyProps }: FTLJsonLoggerProps) => JSX.Element | null;