export interface NotificationFooterProps { secondaryButtonLabel?: string; onSecondaryButtonClick?: () => void; primaryButtonLabel?: string; onPrimaryButtonClick?: () => void; } export declare function NotificationFooter({ secondaryButtonLabel, onSecondaryButtonClick, primaryButtonLabel, onPrimaryButtonClick, }: NotificationFooterProps): React.ReactElement | null; export declare namespace NotificationFooter { var displayName: string; } //# sourceMappingURL=NotificationFooter.d.ts.map