import React, { ComponentProps } from 'react'; import { Button } from '@preply/ds-web-lib'; declare type DSButtonProps = ComponentProps; declare type UnionOmit = T extends unknown ? Omit : never; declare type RebrandAlertButtonProps = UnionOmit; export declare const RebrandAlertButton: (props: RebrandAlertButtonProps) => React.JSX.Element; export {}; //# sourceMappingURL=RebrandAlertButton.d.ts.map