import { VideoType } from "../../../interfaces/types/Video";
type StylesParams = {
    type: VideoType;
};
declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => {
    classes: {
        videoBody: string;
        videoWrapper: string;
        videoTitle: string;
    };
    cx: (...args: any) => string;
    theme: import("@mantine/core").MantineTheme;
};
export default _default;
