export function PrevArrow(_: any, { attrs }: {
    attrs: any;
}): JSX.Element;
export namespace PrevArrow {
    const inheritAttrs: boolean;
}
export function NextArrow(_: any, { attrs }: {
    attrs: any;
}): JSX.Element;
export namespace NextArrow {
    const inheritAttrs_1: boolean;
    export { inheritAttrs_1 as inheritAttrs };
}
