import { PropsWithChildren } from "react"; export declare type StyColorsProps = PropsWithChildren<{}>; export declare const StyColors: ({ children }: StyColorsProps) => JSX.Element;