import React from 'react'; declare type Props = { disabled: boolean; }; export declare function ChildrenDisabler(props: React.PropsWithChildren): JSX.Element; export {};