import { Theme as FoundationTheme } from "../../foundations/foundation-types"; export declare function getStyles(foundations: FoundationTheme): { whiteSpace: string; a: any; em: { fontStyle: string; }; h2: { [x: string]: string | number | { fontSize: number; }; color: string | number; fontWeight: number; marginBottom: number; marginTop: number; fontSize: number; }; h3: { fontSize: number; marginBottom: number; color: string | number; }; h4: { fontSize: number; marginBottom: number; color: string | number; }; h5: { fontSize: number; marginBottom: number; color: string | number; }; h6: { fontSize: number; marginBottom: number; color: string | number; }; p: { fontSize: number; marginBottom: number; color: string | number; lineHeight: number; }; strong: { fontWeight: number; }; ul: { display: string; listStyle: string; margin: string; padding: string; ul: { listStyle: string; marginLeft: string; }; ol: { listStyle: string; marginLeft: string; }; }; li: { display: string; padding: string; color: string; }; ol: { display: string; listStyle: string; margin: string; padding: string; ul: { listStyle: string; marginLeft: string; }; ol: { listStyle: string; marginLeft: string; }; }; u: { textDecoration: string; textUnderlinePosition: string; }; blockquote: { fontSize: number; marginBottom: number; marginTop: number; fontStyle: string; ":before": { content: string; }; ":after": { content: string; }; }; "code, kbd, pre, samp": { padding: string; fontSize: string; color: string; backgroundColor: string; borderRadius: string; }; pre: { display: string; padding: string; margin: string; color: string; wordBreak: string; wordWrap: string; backgroundColor: string; border: string; borderRadius: string; code: { fontSize: string; color: string; whiteSpace: string; backgroundColor: string; borderRadius: number; }; }; };