import type { ClientField } from 'payload';
import { FC } from 'react';
type ComposeProps = {
    descriptionProps?: {
        field: ClientField;
        path: string;
        schemaPath: string;
    };
    instructionId: string;
};
export declare const Compose: FC<ComposeProps>;
export {};
//# sourceMappingURL=Compose.d.ts.map