import { InnerLegacyButtonProps, LegacyButtonIconConfig, LegacyButtonBadgeConfig, LegacyButtonSlotConfig } from '../../../shared/types/legacyButton'; import { ButtonTooltipConfig } from '../../../shared/types/buttonConfig'; export declare const convertLegacyIconToLegacyIconConfig: (props: Pick) => LegacyButtonIconConfig | undefined; export declare const convertLegacyBadgeToLegacyBadgeConfig: (props: Pick) => LegacyButtonBadgeConfig | undefined; export declare const convertLegacyLeftSlotToLegacySlotConfig: (props: Pick) => LegacyButtonSlotConfig | undefined; export declare const convertLegacyRightSlotToLegacySlotConfig: (props: Pick) => LegacyButtonSlotConfig | undefined; export declare const convertLegacyTooltipToTooltipConfig: (props: Pick) => ButtonTooltipConfig | undefined; //# sourceMappingURL=legacyConfigConverters.d.ts.map