/// <reference types="react" />
import { ITabBrickProps } from './type';
export declare function TabBrick(props: ITabBrickProps): JSX.Element;
