import { Button } from '@amsterdam/asc-ui'; import { ComponentProps, FC } from 'react'; type ButtonProps = ComponentProps; export declare const ButtonPanelStyle: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const SaveButton: FC; export declare const NextButton: FC; export declare const RightActionStyle: import("styled-components").StyledComponent<"div", any, {}, never>; export {}; //# sourceMappingURL=WizardFooterStyles.d.ts.map