import { CarouselInternalState, CarouselProps } from "../types"; declare function throwError(state: CarouselInternalState, props: CarouselProps): void; export default throwError;