import type { SchedulePublish } from 'payload'; import React from 'react'; import type { PublishType } from './types.js'; import './index.scss'; type Props = { defaultType?: PublishType; schedulePublishConfig?: SchedulePublish; slug: string; }; export declare const ScheduleDrawer: React.FC; export {}; //# sourceMappingURL=index.d.ts.map