import { ButtonProps } from './types'; export declare function styleButton(props: ButtonProps): { btn: string[]; effect: string[]; startIcon: string[]; endIcon: string[]; };