import type { Themes } from './types/themes'; export type PaletteStyleTagProps = { theme?: Themes; tagId?: string; prefix?: string; selector?: string; palette?: string; }; declare function PaletteStyleTag({ theme, tagId, prefix, selector, palette, }: PaletteStyleTagProps): import("react/jsx-runtime").JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default; //# sourceMappingURL=PaletteStyleTag.d.ts.map