import type { ReactNode } from "react";
export interface IndeterminateToggleDemoProps {
    boxClassName: string;
    children: (loading: boolean) => ReactNode;
}
export declare function IndeterminateToggleDemo({ boxClassName, children, }: IndeterminateToggleDemoProps): ReactNode;
//# sourceMappingURL=IndeterminateToggleDemo.d.ts.map