declare const giphyBlack = "#121212"; declare const giphyDarkestGrey = "#212121"; declare const giphyDarkGrey = "#2e2e2e"; declare const giphyDarkCharcoal = "#3e3e3e"; declare const giphyCharcoal = "#4a4a4a"; declare const giphyLightCharcoal = "#5c5c5c"; declare const giphyLightGrey = "#a6a6a6"; declare const giphyLightestGrey = "#d8d8d8"; declare const giphyWhiteSmoke = "#ececec"; declare const giphyWhite = "#ffffff"; declare const giphyBlue = "#00ccff"; declare const giphyGreen = "#00ff99"; declare const giphyPurple = "#9933ff"; declare const giphyRed = "#ff6666"; declare const giphyYellow = "#fff35c"; declare const giphyAqua = "#00e6cc"; declare const giphyLightBlue = "#3191ff"; declare const giphyIndigo = "#6157ff"; declare const giphyPink = "#e646b6"; declare const facebookColor = "#3894fc"; declare const twitterColor = "#00ccff"; declare const pinterestColor = "#e54cb5"; declare const tumblrColor = "#529ecc"; declare const instagramColor = "#c23c8d"; declare const redditColor = "#fc6669"; declare const smsColor = "#00ff99"; declare const errorColor = "#ff6666"; declare const deleteColor = "#ff6666"; declare const primaryCTA = "#6157ff"; declare const primaryCTADisabled = "#241F74"; declare const secondaryCTA = "#4a4a4a"; declare const dimColor = "rgba(0, 0, 0, 0.8)"; declare const gifOverlayColor = "rgba(0, 0, 0, 0.4)"; declare const loader: string; declare const addFonts: () => void; declare const fontFamily: { title: string; body: string; }; declare const fontSize: { titleSmall: string; title: string; titleLarge: string; subheader: string; subheaderSmall: string; }; declare const classNames: { sectionHeader: string; subheaderSmall: string; subheader: string; titleLarge: string; titleSmall: string; title: string; }; export { addFonts, classNames as css, deleteColor, dimColor, errorColor, facebookColor, fontFamily, fontSize, gifOverlayColor, giphyAqua, giphyBlack, giphyBlue, giphyCharcoal, giphyDarkCharcoal, giphyDarkGrey, giphyDarkestGrey, giphyGreen, giphyIndigo, giphyLightBlue, giphyLightCharcoal, giphyLightGrey, giphyLightestGrey, giphyPink, giphyPurple, giphyRed, giphyWhite, giphyWhiteSmoke, giphyYellow, instagramColor, loader, pinterestColor, primaryCTA, primaryCTADisabled, redditColor, secondaryCTA, smsColor, tumblrColor, twitterColor };