/**
 * Removes component from the Context
 * 
 * @returns {Object}
 */
export default function removeChild(): {
    type: string;
}