import { CreateWuiProps } from '@welcome-ui/system';
export interface ShapeOptions {
    shape?: 'square' | 'circle';
}
export type ShapeProps = CreateWuiProps<'div', ShapeOptions>;
export declare const Shape: import("@welcome-ui/system").CreateWuiComponent<"div", ShapeProps>;
