import { ProcessorScope, ProcessorContext, ProcessorInfo, ProcessorFnSync, ConditionsScope, ProcessorFn } from '../types'; /** * This processor function checks components for the `hidden` property and, if children are present, sets them to hidden as well. */ export declare const hideChildrenProcessor: ProcessorFnSync; export declare const hideChildrenProcessorAsync: ProcessorFn; export declare const hideChildrenProcessorInfo: ProcessorInfo, void>;