export interface LessonFilePreviewProps {
/**
* Overrides or extends the styles applied to the component.
* @default null
*/
className?: string;
/**
* The media object to show
*/
media: any;
}
exportdefault function LessonFilePreview(props: LessonFilePreviewProps): JSX.Element;