import { useTheme } from '@pega/cosmos-react-core'; type Theme = ReturnType; export declare const getPlaceholderStyles: (theme: Theme) => string; export declare const getEditorStyles: (theme: Theme) => string; export declare const getImageStyles: (theme: Theme) => string; export declare const getTableStyles: (theme: Theme) => string; export declare const getListStyles: () => string; export declare const getIframeContentStyles: (theme: Theme) => string; export {}; //# sourceMappingURL=iframeContentStyles.d.ts.map