import React, { ReactNode } from 'react';
export declare const Layer: import("styled-components").StyledComponent<"div", any, {}, never>;
interface ContainerProps {
    readonly aspectRatio?: number;
    readonly children: ReactNode;
}
export declare const Container: React.FC<ContainerProps>;
export {};
