import 'styled-components'; declare module '*.css'; declare module '*.scss'; declare module '*.less'; declare module 'styled-components' { export interface DefaultTheme { info?: string; info10?: string; info20?: string; success?: string; warning?: string; error?: string; errortooltip?: string; transparent?: string; black100?: string; black80?: string; black70?: string; black60?: string; black50?: string; black40?: string; black30?: string; black20?: string; black15?: string; black10?: string; black07?: string; black05?: string; black03?: string; black02?: string; white?: string; white90?: string; white80?: string; white70?: string; white60?: string; white50?: string; white40?: string; white30?: string; white20?: string; white10?: string; line?: string; primary?: string; primary90?: string; primary60?: string; primary50?: string; primary40?: string; primary20?: string; primary10?: string; primarystop1?: string; primarystop2?: string; emptyLogo?: string; // new colors colorPrimary?: string; colorPrimary90?: string; colorPrimary70?: string; colorPrimary60?: string; colorPrimary50?: string; colorPrimary40?: string; colorPrimary30?: string; colorPrimary20?: string; colorPrimary10?: string; colorPrimary05?: string; colorPrimaryHover?: string; colorPrimaryActive?: string; colorPrimaryAdmin?: string; colorPrimaryAdminHover?: string; colorPrimaryAdminActive?: string; colorEtcLine?: string; colorEtcLineDisable?: string; colorEtcBG?: string; colorEtcTransparent?: string; colorEtcError?: string; colorEtcError05?: string; colorEtcError15?: string; colorEtcWarning?: string; colorEtcWarning05?: string; colorEtcWarning15?: string; colorEtcSuccess?: string; colorEtcSuccess05?: string; colorEtcSuccess15?: string; colorEtcInfo?: string; colorEtcInfo05?: string; colorEtcInfo15?: string; colorChart01?: string; colorChart02?: string; colorChart03?: string; colorChart04?: string; colorChart05?: string; colorChart06?: string; colorChart07?: string; colorChart08?: string; colorChart09?: string; colorChart10?: string; // box shadow elevationLight01?: string; elevationLight02?: string; elevationLight03?: string; elevationLight04?: string; elevationLight05?: string; } }