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