export interface CSSProps { [key: string]: number | string; } export default function css(el: string | Element, prop?: string | CSSProps): any;