import type { MessageComponentBaseProps } from '@aws-amplify/ui-react-core-notifications'; import type { DeviceOrientation } from '../../../hooks'; import type { MessageComponentStyles, MessageOverrideStyle, UseMessageProps, } from '../../hooks'; export interface LayoutProps extends Omit, 'style'>, Omit { orientation: DeviceOrientation; styles: Omit; testID?: string; }