///
import { ShopCardProps } from './ShopCard';
interface ButtonContainerProps {
accentColor: ShopCardProps['action']['accentColor'];
}
export declare const ButtonContainer: import("styled-components").StyledComponent<"div", any, ButtonContainerProps, never>;
export declare const ShopCard: import("styled-components").StyledComponent<({ children, elevation, heading, headingColor, backgroundColor, backgroundImage, height, ...other }: import("../Card").CardProps & import("react").HTMLAttributes) => JSX.Element, any, {}, never>;
export declare const Control: import("styled-components").StyledComponent<"button", any, {}, never>;
export declare const ImageContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
export {};