export interface ButtonFixedFeedbackProps {
    href?: string;
    text?: string;
}
declare const ButtonFixedFeedback: {
    (props: ButtonFixedFeedbackProps): any;
    defaultProps: {
        href: string;
        text: string;
    };
};
export default ButtonFixedFeedback;
