import { IRuntimeBrickProps } from '@chief-editor/runtime'; import { IBrick } from '@chief-editor/base'; export declare function useBrickInstance(brick: IBrick): IRuntimeBrickProps;