export interface CreativeProcess { width?: number; height?: number; color?: 'primary' | 'secondary' | 'custom' | string } declare const CreativeProcess: React.ComponentType; export default CreativeProcess;