export declare function Preview(props: PreviewProps): JSX.Element; export interface PreviewProps { style?: any; textStyle?: any; titleStyle?: any; files: string[]; }