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