import type { SanitizedCollectionConfig } from '../../../../collections/config/types';
export type Props = {
    buttonId?: string;
    collection?: SanitizedCollectionConfig;
    id?: string;
    title?: string;
};
//# sourceMappingURL=types.d.ts.map