import React from "react"; import { SubButProps, TextButProps } from "../types"; export declare const StrokeColors: (props: SubButProps) => React.JSX.Element; export declare const FillColors: (props: SubButProps) => React.JSX.Element; export declare const TextColors: (props: TextButProps) => React.JSX.Element; export declare const TextBgColors: (props: TextButProps) => React.JSX.Element;