declare const isTransparentColor: (color: string | null | undefined) => boolean; export default isTransparentColor;