type alias StyledComponentimport { type StyledComponent } from "https://deno.land/x/netzo@0.3.66/deps/react-day-picker.ts"; Props of a component that can be styled via classNames or inline-styles. definition: { className?: string; style?: React$1.CSSProperties; children?: React$1.ReactNode; }