type Props = { backgroundColor?: string; titleColor?: string; view?: string; }; export declare const getClassName: ({ backgroundColor, titleColor, view, }: Props) => string; export {};