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