export interface IFooterProps { widgetView: 'vertical' | 'horizontal-small' | 'horizontal-medium' | 'horizontal-large' | 'big-format' showPrimaryButton: boolean primaryButtonLabel: string primaryButtonIcon: string showSecondaryButton: boolean secondaryButtonLabel: string secondaryButtonIcon: string showContentSlot: boolean isPrimaryButtonDisabled: boolean isSecondaryButtonDisabled: boolean secondaryLoading?: boolean primaryLoading?: boolean variant: 'default' | 'left-side' }