export declare class PnButton { label: string; type: 'primary' | 'secondary' | 'tertiary' | 'white' | 'disabled' | 'transparent'; rounded: boolean; shadow: boolean; iconLeft: string; iconRight: string; iconOnly: boolean; render(): any; }