import { FC, PropsWithChildren } from "react"; /** * Component that shows the TUV Logo and a desired message next to it. */ declare const DurationIconWithText: FC; export default DurationIconWithText;