
### dataHook
- type: string
- description: applied as data-hook HTML attribute that can be used to create driver in testing
### title
- type: ReactNode
- description: No description
### content
- type: ReactNode
- description: No description
### primaryButtonLabel
- type: string
- description: No description
### primaryButtonDisabled
- type: boolean
- description: No description
### primaryButtonNode
- type: ReactNode
- description: No description
### secondaryButtonLabel
- type: string
- description: No description
### onPrimaryButtonClick
- type: MouseEventHandler
- description: No description
### onSecondaryButtonClick
- type: MouseEventHandler
- description: No description
### imageUrl
- type: string
- description: No description
### onClose
- type: MouseEventHandler
- description: No description
### imageComponent
- type: ReactNode
- description: No description
### footerBottomChildren
- type: ReactNode
- description: No description
### theme
- type: "blue" | "purple" | "white"
- description: No description
- default: 'blue'
### primaryButtonTheme
- type: "blue" | "purple"
- description: No description
### removeButtonsPadding
- type: boolean
- description: No description
- default: false
### width
- type: string
- description: No description
- default: '600px'
### noBodyPadding
- type: boolean
- description: No description
- default: false

