import { SVGProps } from "react";
declare const TBLetterCase: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { TBLetterCase };
