import { SnippetTypes } from 'components/utils/prop-types';
import { ZeitUIThemesPalette } from 'components/styles/themes';
export declare type SnippetStyles = {
    color: string;
    border: string;
    bgColor: string;
};
export declare const getStyles: (type: SnippetTypes, palette: ZeitUIThemesPalette, fill?: boolean | undefined) => SnippetStyles;
