export default class PreviewURL {
    type: string;
    url: string;
    constructor(url: string);
}
