import type { StrictTheme } from '../../theme'; import type { ButtonStyles } from './types'; export declare const getThemedStyles: (theme: StrictTheme) => ButtonStyles;