interface RecordOptions { overlay?: boolean; overlayClass?: string | Array | object; overlayStyle?: object; backdropDismiss?: boolean; maxSeconds?: number; minSeconds?: number; themeColor?: string; } export { RecordOptions };