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