import type { CSS } from "../theme/stitches.config"; import { ButtonProps } from "./button"; import { ButtonGroupConfig } from "./button-group-context"; export declare const filterPropsWithGroup: (props: ButtonProps, config: ButtonGroupConfig) => ButtonProps; export declare const getCssColors: (props: ButtonProps) => CSS | undefined;