import { EventEmitter } from "../../../stencil-public-runtime"; import { Color, Fill, Notice } from "../../../model"; export declare class SmoothlyIconDemo { page: number; display: { filter?: string; variant?: "outline" | "sharp"; }; props: { color?: Color; customColor?: string; customBackground?: string; fill?: Fill; flip?: "x" | "y"; size?: "tiny" | "small" | "medium" | "large" | "xlarge"; rotate?: number; }; notice: EventEmitter; render(): any; }