declare const useFiledComponents: () => { getComponentById: (id: string) => { id: string | undefined; path: string[] | undefined; props?: Record | undefined; style?: Record | undefined; customStyle?: Record | undefined; setEvents?: any[] | undefined; label?: string | undefined; compName?: string | undefined; compType?: string | number | undefined; compLib?: string | undefined; isContainer?: boolean | undefined; pageContainerType?: string | undefined; pageName?: string | undefined; pagePath?: string | undefined; layout?: string | undefined; pageDynamicFlag?: boolean | undefined; createdEditorVersion?: string | undefined; editorVersion?: string | undefined; terminalType?: string | undefined; hideNavBar?: string | undefined; dataSource?: import("@lingxiteam/dsl/lib/core/PropType.data").DataSourceItemType[] | undefined; globalDataSource?: import("@lingxiteam/dsl/lib/core/PropType.data").GlobalDataSourceType[] | undefined; customFuctions?: import("@lingxiteam/dsl/lib/core/PropType").CustomFuctionsItem[] | undefined; compState?: import("@lingxiteam/dsl/lib/core/PropType").CompStateType[] | undefined; callbacks?: any[] | undefined; publicState?: any[] | undefined; searchParams?: { name: string; code: string; }[] | undefined; routerData?: { name: string; code: string; }[] | undefined; }; getChildrenComponents: (id: string) => { id: string | undefined; path: string[] | undefined; props?: Record | undefined; style?: Record | undefined; customStyle?: Record | undefined; setEvents?: any[] | undefined; label?: string | undefined; compName?: string | undefined; compType?: string | number | undefined; compLib?: string | undefined; isContainer?: boolean | undefined; pageContainerType?: string | undefined; pageName?: string | undefined; pagePath?: string | undefined; layout?: string | undefined; pageDynamicFlag?: boolean | undefined; createdEditorVersion?: string | undefined; editorVersion?: string | undefined; terminalType?: string | undefined; hideNavBar?: string | undefined; dataSource?: import("@lingxiteam/dsl/lib/core/PropType.data").DataSourceItemType[] | undefined; globalDataSource?: import("@lingxiteam/dsl/lib/core/PropType.data").GlobalDataSourceType[] | undefined; customFuctions?: import("@lingxiteam/dsl/lib/core/PropType").CustomFuctionsItem[] | undefined; compState?: import("@lingxiteam/dsl/lib/core/PropType").CompStateType[] | undefined; callbacks?: any[] | undefined; publicState?: any[] | undefined; searchParams?: { name: string; code: string; }[] | undefined; routerData?: { name: string; code: string; }[] | undefined; }[]; updateComponent: (compAttr: any) => void; insertComponentBefore: (id: string, comp: any) => void; addComponentPrependTo: (id: string, comps: any) => void; deleteComponentById: (id: string) => void; defaultAddChildren: (comps: any, compName: string) => void; getSelectedCompDeepJSON: () => { components: never[]; path: string[]; setEvents: any[]; props?: Record | undefined; style?: Record | undefined; customStyle?: Record | undefined; label?: string | undefined; compName?: string | undefined; compType?: string | number | undefined; compLib?: string | undefined; isContainer?: boolean | undefined; pageContainerType?: string | undefined; pageName?: string | undefined; pagePath?: string | undefined; layout?: string | undefined; pageDynamicFlag?: boolean | undefined; createdEditorVersion?: string | undefined; editorVersion?: string | undefined; terminalType?: string | undefined; hideNavBar?: string | undefined; dataSource?: import("@lingxiteam/dsl/lib/core/PropType.data").DataSourceItemType[] | undefined; globalDataSource?: import("@lingxiteam/dsl/lib/core/PropType.data").GlobalDataSourceType[] | undefined; customFuctions?: import("@lingxiteam/dsl/lib/core/PropType").CustomFuctionsItem[] | undefined; compState?: import("@lingxiteam/dsl/lib/core/PropType").CompStateType[] | undefined; callbacks?: any[] | undefined; publicState?: any[] | undefined; searchParams?: { name: string; code: string; }[] | undefined; routerData?: { name: string; code: string; }[] | undefined; id: string; } | undefined; }; export default useFiledComponents;