/** * Gets all the editable components in a container. * @param {object} container The container to consider. * @returns An array of ONLY the editable components in a container. */ declare const getEditableComponents: (container: any) => any; export default getEditableComponents;